func runtime.makeAddrRange
8 uses
runtime (current package)
arena.go#L691: span.userArenaChunkFree = makeAddrRange(span.base(), span.limit)
arena.go#L1001: s.userArenaChunkFree = makeAddrRange(base, s.limit)
mpagealloc.go#L386: p.inUse.add(makeAddrRange(base, limit))
mpagealloc_64bit.go#L149: needIdxBase, needIdxLimit := addrRangeToSummaryRange(l, makeAddrRange(base, limit))
mpagealloc_64bit.go#L219: have := makeAddrRange(
mpagealloc_64bit.go#L224: need := makeAddrRange(
mranges.go#L33: func makeAddrRange(base, limit uintptr) addrRange {
mranges.go#L106: return makeAddrRange(a.base.addr(), addr)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |